Content Type Info

Content Type Info
Content Type Info

The Content Type Info schema describes support for a specific type of data in an Content Library ItemModel. The Content Type Info can be queried through the Content Type resource. Type support describes plugins in the Content Library which can provide metadata on library items and help manage the transfer process by adding dependent files when a current file is added.

JSON Example
{
    "description": "string",
    "name": "string",
    "type": "string",
    "vendor": "string",
    "version": "string",
    "supported_rules": [
        "string"
    ]
}
string
description
Required

A description of the type support offered by the plugin.

string
name
Required

The name of the plugin which provides the type support.

string
type
Required

The type which the plugin supports.

To upload a library item of the type supported by the plugin, the Content Library ItemModel.type property of the item should be set to this value.

string
vendor
Required

The name of the vendor who created the type support plugin.

string
version
Required

The version number of the type support plugin.

array of string
supported_rules
Optional

List of security rules which can be applied to this item type.

For more information see: Content SecurityRuleType.

This property was added in vSphere API 7.0.3.0.

If missing or null no security rule can be associated with this item type.